home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / scripts / Canvas Scripts / selection test script < prev   
Text File  |  1993-06-08  |  397b  |  19 lines

  1. tell application "Canvas™ 3.0"
  2.     Invert Selection 0
  3.     Kill Selection -24856 -- ?
  4.     Add to Selection 4
  5.     Invert Selection 22
  6.     Invert Selection 263
  7.     Add to Selection 8
  8.     Invert Selection 22
  9.     Invert Selection 390
  10.     Add to Selection 7
  11.     Invert Selection 22
  12.     Execute a Menu Command {16, 258}
  13.     Kill Selection 6260
  14.     Invert Selection 17217
  15.     Kill Selection 24933
  16.     Invert Selection 33
  17.     Invert Selection 4
  18. end tell
  19.